home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / START < prev    next >
Text File  |  1996-01-21  |  2KB  |  39 lines

  1.  
  2. start <servers...>
  3.  
  4.      Start the specified server. Do a 'start ?' for a list of
  5.      available servers.
  6.  
  7.      Servers often take an argument which specifies an alternate
  8.      port number from which to listen.  Example:
  9.             start callbook [port#]               Default port: 1235
  10.      Default port numbers are listed in socket.h.
  11.  
  12.     Exceptions:
  13.  
  14.      start tip iface [modem | terminal] [timeout_secs]
  15.  
  16.       starts a mailbox server which listens for connections on <iface>.
  17.       If <modem> is used, CD (carrier detect) must be asserted before a
  18.       connection is recognized.  A <timeout> value specifies how many
  19.       seconds of inactivity must occur before a disconnect is initiated.
  20.  
  21.  
  22.     A tip about using the tip server to provide async dialup access to
  23.     Jnos:  the following commands demonstrate one way to set it up.
  24.  
  25.      # source this file to configure COM1 for dialup access to JNOS
  26.      attach asy 0x3f8 4 ax25 dialup 2048 256 9600
  27.      #
  28.      ifconfig dialup descrip "dialup access"
  29.      param dialup up
  30.      # Send any desired config cmds here, eg, answer phone on 1st ring
  31.      comm dialup "atz e0 s0=1"
  32.      pause 2
  33.      #start tip dialup terminal 360
  34.      start tip dialup modem 360
  35.      # If the modem obeys DTR (must be asserted to answer the phone)
  36.      # the modem might be permed with S0=1, and then the answering could
  37.      # be controlled by param dialup up, param dialup down, commands
  38.      # possibly done daily by a repeating at command...
  39.